Add a pointer to the spec.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Aug 2005 19:15:24 +0000 (19:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Aug 2005 19:15:24 +0000 (19:15 +0000)
2005-08-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktrayicon.c: Add a pointer to the spec.

ChangeLog
ChangeLog.pre-2-10
gtk/gtktrayicon-x11.c

index 8654cc27712ec25db7d99c26eef2795d94945ffa..2414243ba856a6509958688d389d7bee6f824ef4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktrayicon.c: Add a pointer to the spec.
+
        * gtk/gtkstatusicon-x11.c: Add docs.
 
        * gtk/gtkstatusicon.h: Fix a typo.
index 8654cc27712ec25db7d99c26eef2795d94945ffa..2414243ba856a6509958688d389d7bee6f824ef4 100644 (file)
@@ -1,5 +1,7 @@
 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktrayicon.c: Add a pointer to the spec.
+
        * gtk/gtkstatusicon-x11.c: Add docs.
 
        * gtk/gtkstatusicon.h: Fix a typo.
index 8f42c9d39fc4d2ced97cba38a5449496d7944051..f6a39e6a934a9ebc75dab289992c9a60944eaf52 100755 (executable)
  * Boston, MA 02111-1307, USA.
  */
 
+/*
+ * This is an implementation of the freedesktop.org "system tray" spec,
+ * http://www.freedesktop.org/wiki/Standards/systemtray-spec
+ */
+
 #include <config.h>
 #include <string.h>
 #include <libintl.h>